func go/types.isUntyped
20 uses
go/types (current package)
assignments.go#L43: if isUntyped(x.typ) {
assignments.go#L168: if isUntyped(typ) {
assignments.go#L314: case isUntyped(t): // => *Basic
builtins.go#L277: if isUntyped(x.typ) {
builtins.go#L280: if isUntyped(y.typ) {
builtins.go#L426: if isUntyped(x.typ) {
builtins.go#L1023: assert(!isUntyped(res))
conversions.go#L102: if isUntyped(x.typ) {
expr.go#L308: if !final && isUntyped(typ) {
expr.go#L363: if isUntyped(target) {
expr.go#L599: if allInteger(x.typ) || isUntyped(x.typ) && xval != nil && xval.Kind() == constant.Int {
expr.go#L624: if isUntyped(y.typ) {
expr.go#L641: case isUntyped(y.typ):
expr.go#L690: if isUntyped(x.typ) {
index.go#L243: if isUntyped(x.typ) {
operand.go#L162: if isUntyped(x.typ) {
operand.go#L332: if isUntyped(Vu) {
predicates.go#L101: func isUntyped(t Type) bool {
recording.go#L36: if isUntyped(typ) {
typexpr.go#L534: if isUntyped(x.typ) || isInteger(x.typ) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)